home *** CD-ROM | disk | FTP | other *** search
- on setAlfaBet
- global AlfaBet
- set AlfaBet to "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ@-:"
- end
-
- on getAlfaBet
- global AlfaBet
- return AlfaBet
- end
-
- on checkkey
- put the keyCode
- if (the keyCode = 76) or (the keyCode = 36) then
- clickBtn(3)
- dontPassEvent()
- exit
- end if
- if the keyCode <> 51 then
- if (the number of chars in field "WordFld" >= 20) and (length(the selection) = 0) then
- dontPassEvent()
- else
- if not (getAlfaBet() contains the key) then
- dontPassEvent()
- end if
- end if
- else
- end if
- end
-